home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8871 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  715 b 

  1. From: LittleGuyRascal@msn.com (Gregory Saxton)
  2. Subject: RE: Memory problems in BC++3.1 for Win.
  3. Date: 27 Feb 96 03:08:22 -0800
  4. References: <2177cc$c2110.2e@news.sfasu.edu>
  5. Message-ID: <00001a81+0000a890@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c++
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10. Bump up the stack size in the def file - or change your logic to 
  11. allocate heap data instead of stack using new or *alloc functions.
  12.  
  13. Again - either way just change the def file.  If you don't use a def 
  14. file there is also a setting under link options to change the stack 
  15. size I think.
  16.  
  17. If that doesn't work email a sample of your code - I'll be glad to 
  18. try it on my system,
  19.  
  20. clear as mud? Good Luck!
  21.